Blazor | ComponentOne
C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / C1ListView<T> Class / Selection Property

In This Topic
    Selection Property (C1ListView<T>)
    In This Topic
    Gets or sets the ListView selection.
    Syntax
    'Declaration
     
    
    Public Property Selection As C1OrderedSet
    public C1OrderedSet Selection {get; set;}
    See Also